Server time
GET/bot-gateway-service/api/v3/time
Test connectivity to the Rest API and get the current server time.
Request
Responses
- 200
Success
- text/plain
- application/json
- text/json
- Schema
- Example (from schema)
- Example
Schema
serverTime int64
The current server time.
{
"serverTime": 1643678921
}
{
"serverTime": 1715673784830
}
- Schema
- Example (from schema)
- Example
Schema
serverTime int64
The current server time.
{
"serverTime": 1643678921
}
{
"serverTime": 1715673784830
}
- Schema
- Example (from schema)
- Example
Schema
serverTime int64
The current server time.
{
"serverTime": 1643678921
}
{
"serverTime": 1715673784830
}
Loading...